home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Resources
/
Bart's PE Builder 3.1.9
/
pebuilder319.exe
/
{app}
/
plugin
/
bartpe
/
msclisrv.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
2004-12-03
|
110b
|
7 lines
@echo off
call msclient.cmd
if errorlevel 1 goto _err
call msserver.cmd
if errorlevel 1 goto _err
:_err